Vcenter Vm Hardware Cdrom Info

Vcenter Vm Hardware Cdrom Info
Vcenter Vm Hardware Cdrom Info

The Vcenter Vm Hardware Cdrom Info schema contains information about a virtual CD-ROM device.

JSON Example
{
    "type": "string",
    "label": "string",
    "ide": {
        "primary": false,
        "master": false
    },
    "sata": {
        "bus": 0,
        "unit": 0
    },
    "backing": {
        "type": "string",
        "iso_file": "string",
        "host_device": "string",
        "auto_detect": false,
        "device_access_type": "string"
    },
    "state": "string",
    "start_connected": false,
    "allow_guest_control": false
}
string
type
Required

Type of host bus adapter to which the device is attached.

For more information see: Vcenter Vm Hardware Cdrom HostBusAdapterType.

string
label
Required

Device label.

ide
Optional

Address of device attached to a virtual IDE adapter.

This property is optional and it is only relevant when the value of type is Vcenter Vm Hardware Cdrom HostBusAdapterType.IDE.

sata
Optional

Address of device attached to a virtual SATA adapter.

This property is optional and it is only relevant when the value of type is Vcenter Vm Hardware Cdrom HostBusAdapterType.SATA.

backing
Required

Physical resource backing for the virtual CD-ROM device.

string
state
Required

Connection status of the virtual device.

For more information see: Vcenter Vm Hardware ConnectionState.

boolean
start_connected
Required

Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.

boolean
allow_guest_control
Required

Flag indicating whether the guest can connect and disconnect the device.